home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / Demos / Herois / Codigo.Cst / 00037_Universos- clique volta.ls < prev    next >
Encoding:
Text File  |  1999-03-19  |  259 b   |  10 lines

  1. on mouseUp
  2.   if marker(0) <> marker("Universo") then
  3.     global gPronde
  4.     set gPronde = 1
  5.     sendAllSprites(#cleanSprite)
  6.     go frame "Universo"
  7.     sendSprite 21, #posiciona, the ultimoX of sprite 21, the ultimoY of sprite 21
  8.     updateStage
  9.   end if
  10. end